32. Where to Go Next?

ANDK L2 93 Outro HS

We talked about ART.

It turns out that going from demo to art can take a chunk of work … and is a lot of fun.
Think about this simple game.
Start from the final code in the repo.
How can you make this a complete game?

Here are some ideas:

  • Use images instead of colors, and reveal the images. You can even create a picture memory game!
  • Use one image and break it up into sections to reveal over time.
  • Get rid of the text and buttons and just fill the screen with boxes. Implement one of Piet Mondrian's Paintings!
  • Take the AboutMe app and remake it using ConstraintLayout with a more creative arrangement of information.
  • Style the app to uniquely represent you and your personality.